home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 11⁄10⁄89 / 0074-TView expansion-Nov89 < prev    next >
Encoding:
Text File  |  1989-11-10  |  957 b   |  29 lines  |  [TEXT/GEOL]

  1. Item    4114344                         9-Nov-89        08:05
  2.  
  3. From:   MID                             France, Dev, MID/Nautil
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    TView expansion
  8.  
  9. I am working with a view (contained in a scroller) wich needs to expand its
  10. frame on every dimension (top, left, right and bottom) because some objects
  11. shown by the view can grow.
  12. i.e: the TView fields fSize _and_ fLocation are variable depending on the
  13. content.
  14.  
  15. The problem is that TView methods related to expansion are focused on the size:
  16. AdjustSize, CalcMinSize, Resize, etc... but the TView location is practically
  17. constant. One could think that a TView expansion is always done on right or on
  18. bottom.
  19.  
  20. My questions:
  21. - Is it possible to grow on top or on left for a TView?
  22. - How can I adjust scrolling when resizing the top and the left side of an
  23. object located on the top left corner of a scroller?
  24.  
  25. Thanks,
  26. Etienne Vautherin
  27.  
  28.  
  29.